home *** CD-ROM | disk | FTP | other *** search
- #ifndef PV_AREXXBASE_H
- #define PV_AREXXBASE_H TRUE
- /*
- ** $Filename: ARexxBase.h $
- ** $Release: 1.02 $
- ** $Revision: 37.346 $
- ** $Date: 15 Sep 91 $
- **
- ** Structure definitions for ARexx Base (see 'TheWizardCorner')
- **
- ** © 1991 Jorrit Tyberghein, included with PowerVisor
- ** All Rights Reserved
- */
-
- struct ARexxBase
- {
- ULONG RexxSignalBit;
- UWORD SyncFlag;
- UWORD HideFlag;
- };
-
- #endif
-